Skip to main content

All Questions

0votes
2answers
750views

Good or bad code? Or "a secret reason"?

I think this code: if(file_exists("amodule.inc.php")) require_once("amodule.inc.php"); is misleading because of the use of the require_once. I think that - to keep the logic and "wording" in ...
user avatar

close